home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 0769B.ZIP / DB3UTIL.NEW < prev    next >
Text File  |  1987-05-26  |  2KB  |  57 lines

  1.  dB3UTIL 1.61, 5/26/87:
  2.  
  3.      Corrected calculation problem which sometimes resulted in inaccurate 
  4.      reporting of database record size and incomplete listing of variable
  5.      field names.
  6.  
  7.  dB3UTIL 1.6, 3/10/87:
  8.  
  9.      Added one new option: -E<filename> = encrypts/decrypts database <filename>.
  10.      Encrypted databases cannot be used by dBase.  If a database is already 
  11.      encrypted, -E will decrypt it.  The -E option can be used as the exclusive
  12.      option on the command line.  Added listing of database structures to the 
  13.      report generated by the -A option.  Changed command line syntax from 
  14.      \<db3util switch> to -<db3util switch>.
  15.  
  16.  dB3UTIL 1.5, 3/5/87:
  17.  
  18.       Added two new options: (1) -B = allows the automatic backup of modified
  19.       files in a dBase system to a specified drive and/or path , and
  20.       (2) -Q = executes the Quicksilver compiler, linker, and optimizer from
  21.       dB3UTIL.  Also added listing of index file key expressions for reports 
  22.       sent to the printer.
  23.  
  24.  dB3UTIL 1.4, 2/19/87:
  25.  
  26.       Corrected routine which created the name of the Quicksilver listfile.
  27.       Previous versions of dB3UTIL would use a root file named, for example,
  28.       TEST.PRG and attempt to create a listfile named TEST.PRG.DBU.  The 
  29.       program will now create a listfile named TEST.DBU.
  30.  
  31.  dB3UTIL 1.3, 2/11/87:
  32.  
  33.       Corrected program's inability to use full path names during the 
  34.       filename search routine.  Improved the ability to filter out file
  35.       names referenced in comments or text strings and not actually used.
  36.  
  37.  dB3UTIL 1.2, 1/27/87:
  38.  
  39.       Corrected drive specification problem on program startup.  Previously
  40.       the DOS-level command
  41.                             A:> db3util c:\test\test.prg
  42.       would abort the program with an invalid subdirectory error message.
  43.       The Find and Replace feature now rewrites a file to disk only if a
  44.       change has been made to that file.  Also reports the total number of 
  45.       string replacements which have occurred.
  46.  
  47.  dB3UTIL 1.1, 12/10/86:
  48.  
  49.       Changed the program, format, etc. filename search algorithm to be
  50.       case insensitive.  Now the commands <DO test> and <DO TEST> both 
  51.       result in finds if TEST exists.
  52.  
  53.  dB3UTIL 1.0, 10/12/86:
  54.  
  55.       Initial public release.
  56.  
  57.